Started by GitHub push by DMPardoCin
Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Slave2 in /home/cecaduser/workspace/MP_202610_G81_E3_Back
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential josejbocanegra
Cloning the remote Git repository
Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
> git init /home/cecaduser/workspace/MP_202610_G81_E3_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
> git --version # timeout=10
> git --version # 'git version 2.43.0'
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 7dbd5bcdbe48266542e514c655e9ba523e22e034 (refs/remotes/origin/main)
Commit message: "Merge pull request #111 from UDFJDC-ModelosProgramacion/fix/imports"
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7dbd5bcdbe48266542e514c655e9ba523e22e034 # timeout=10
> git rev-list --no-walk b6740f6d411923dcac91afd799fc2deace330e91 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] scmSkip
SCM Skip: Pattern .*\[ci-skip\].* NOT matched on message: fix:adress->address
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision 7dbd5bcdbe48266542e514c655e9ba523e22e034 (refs/remotes/origin/main)
Commit message: "Merge pull request #111 from UDFJDC-ModelosProgramacion/fix/imports"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
> git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202610_G81_E3_Back/.git # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7dbd5bcdbe48266542e514c655e9ba523e22e034 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main 7dbd5bcdbe48266542e514c655e9ba523e22e034 # timeout=10
+ docker inspect -f . citools-isis2603:latest
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
Slave2 does not seem to be running inside a container
$ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E3_Back -v /home/cecaduser/workspace/MP_202610_G81_E3_Back:/home/cecaduser/workspace/MP_202610_G81_E3_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E3_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat
$ docker top 07ac3f11e2588612dced5b888cf761fe3f8fcd29caa741c6929e43a896ea560d -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] sh
+ java -version
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
+ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E3_Back >-------------
[INFO] Building MP_202610_G81_E3_Back 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.4.1:clean (default-clean) @ MP_202610_G81_E3_Back ---
[INFO]
[INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E3_Back ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E3_Back/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E3_Back ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E3_Back ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 100 source files with javac [debug parameters release 21] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E3_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/resources
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E3_Back ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 19 source files with javac [debug parameters release 21] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
on the class path. A future release of javac may disable annotation processing
unless at least one processor is specified by name (-processor), or a search
path is specified (--processor-path, --processor-module-path), or annotation
processing is enabled explicitly (-proc:only, -proc:full).
Use -Xlint:-options to suppress this message.
Use -proc:none to disable annotation processing.
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[37,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[WARNING] /home/cecaduser/workspace/MP_202610_G81_E3_Back/src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionControllerTest.java:[40,6] org.springframework.boot.test.mock.mockito.MockBean in org.springframework.boot.test.mock.mockito has been deprecated and marked for removal
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ MP_202610_G81_E3_Back ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterServiceTest
23:01:21.625 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterServiceTest]: AdopterServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
23:01:21.886 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:22.943Z INFO 102 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Starting AdopterServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:22.956Z INFO 102 --- [ main] c.e.u.m.p.services.AdopterServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:24.278Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:24.431Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 133 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:25.238Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:25.474Z INFO 102 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-05-14T23:01:25.545Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:26.220Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:26.276Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-05-14T23:01:26.781Z INFO 102 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-05-14T23:01:26.784Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-05-14T23:01:26.835Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:26.871Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:28.927Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-14T23:01:29.069Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:29.678Z INFO 102 --- [ main] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used.
2026-05-14T23:01:33.407Z INFO 102 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-14T23:01:33.523Z INFO 102 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Started AdopterServiceTest in 11.2 seconds (process running for 14.053)
Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
WARNING: A Java agent has been loaded dynamically (/root/.m2/repository/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.35 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-05-14T23:01:34.519Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdoptionControllerTest]: AdoptionControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:34.540Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:34.570Z INFO 102 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Starting AdoptionControllerTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:34.570Z INFO 102 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:35.532Z INFO 102 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-14T23:01:35.533Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2026-05-14T23:01:35.537Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms
2026-05-14T23:01:35.569Z INFO 102 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Started AdoptionControllerTest in 1.025 seconds (process running for 16.098)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-05-14T23:01:36.255Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.BackgroundTest]: BackgroundTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:36.273Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.BackgroundTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:36.357Z INFO 102 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Starting BackgroundTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:36.358Z INFO 102 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:36.572Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:36.613Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:36.652Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-14T23:01:36.707Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:12616ee3-8a2c-41d9-8b6d-966ac3dbb597;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-14T23:01:36.766Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:36.769Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:36.784Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:36.787Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:36.789Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1fdda458']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:36.985Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists background_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: drop table if exists vet_visit_entity cascade
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-14T23:01:37.083Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:37.381Z INFO 102 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Started BackgroundTest in 1.073 seconds (process running for 17.911)
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.470Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente
Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=?
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.501Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente
2026-05-14T23:01:37.502Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Termina proceso de actualización de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.526Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.546Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.564Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.581Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente
2026-05-14T23:01:37.583Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Proceso de borrado terminado
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.603Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente
2026-05-14T23:01:37.604Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Termina proceso de actualización de antecedente
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.655Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente
Hibernate: select be1_0.id,be1_0.date,be1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from background_entity be1_0 left join pet_entity p1_0 on p1_0.id=be1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where be1_0.id=?
Hibernate: delete from background_entity be1_0
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into background_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:37.676Z INFO 102 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de creacion de antecedente
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.441 s -- in co.edu.udistrital.mdp.pets.services.BackgroundTest
[INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:37.779Z INFO 102 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Starting FollowUpServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:37.779Z INFO 102 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:37.913Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:37.954Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 39 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:38.000Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-14T23:01:38.027Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:be803400-9fee-4e79-898e-b96b0e366c93;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-14T23:01:38.080Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:38.086Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:38.103Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:38.106Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:38.108Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7fa539ff']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:38.402Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists background_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: drop table if exists vet_visit_entity cascade
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-14T23:01:38.506Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:38.855Z INFO 102 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Started FollowUpServiceTest in 1.151 seconds (process running for 19.384)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fue1_0.visit_date from follow_up_entity fue1_0 left join pet_entity p1_0 on p1_0.id=fue1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fue1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id where fue1_0.id=?
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: select fue1_0.id,fue1_0.observation,fue1_0.pet_id,fue1_0.veterinary_id,fue1_0.visit_date from follow_up_entity fue1_0
Hibernate: delete from vet_visit_entity vve1_0
Hibernate: delete from follow_up_entity fue1_0
Hibernate: delete from veterinary_entity ve1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into veterinary_entity (availability,email,name,phone,shelter_id,specialty,id) values (?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-05-14T23:01:39.525Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest]: ShelterEventServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:39.565Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:39.614Z INFO 102 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Starting ShelterEventServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:39.614Z INFO 102 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:39.716Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:39.743Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:39.766Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-14T23:01:39.783Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:851a388d-250b-4370-9b6c-e818a62ad26c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-14T23:01:39.808Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:39.811Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:39.821Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:39.824Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:39.825Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@2d444c42']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:39.954Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists background_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: drop table if exists vet_visit_entity cascade
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-14T23:01:40.000Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:40.264Z INFO 102 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Started ShelterEventServiceTest in 0.689 seconds (process running for 20.793)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-14T23:01:40.303Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-14T23:01:40.409Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event creation...
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-14T23:01:40.457Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-14T23:01:40.500Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 12
2026-05-14T23:01:40.502Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : End delete shelter event process with id: 12
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-14T23:01:40.540Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 14
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,see1_0.shelter_id from shelter_event_entity see1_0 where see1_0.date=?
2026-05-14T23:01:40.549Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : End update shelter event with the id: 14
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,image,name,id) values (?,?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-05-14T23:01:40.618Z INFO 102 --- [ main] c.e.u.m.p.services.ShelterEventService : Starts update shelter event with id: 999
Hibernate: select see1_0.id,see1_0.date,see1_0.description,see1_0.name,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name from shelter_event_entity see1_0 left join shelter_entity s1_0 on s1_0.id=see1_0.shelter_id where see1_0.id=?
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-05-14T23:01:40.649Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.AdopterControllerTest]: AdopterControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:40.656Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.AdopterControllerTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:40.685Z INFO 102 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Starting AdopterControllerTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:40.685Z INFO 102 --- [ main] c.e.u.m.p.s.AdopterControllerTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:41.125Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:41.170Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 41 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:41.377Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:41.380Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:41.397Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:41.399Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2026-05-14T23:01:41.401Z INFO 102 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-05-14T23:01:41.401Z INFO 102 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2026-05-14T23:01:41.402Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:41.403Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-2)']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:41.628Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-05-14T23:01:41.724Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:42.480Z INFO 102 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-05-14T23:01:42.604Z INFO 102 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-05-14T23:01:42.607Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2026-05-14T23:01:42.608Z INFO 102 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 1 ms
2026-05-14T23:01:42.633Z INFO 102 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Started AdopterControllerTest in 1.972 seconds (process running for 23.162)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-05-14T23:01:43.000Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.NotificationServiceTest]: NotificationServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:43.005Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-05-14T23:01:43.188Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.PetMediaFileTest]: PetMediaFileTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:43.203Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.PetMediaFileTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:43.253Z INFO 102 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Starting PetMediaFileTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:43.254Z INFO 102 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:43.423Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:43.559Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 134 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:43.605Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-14T23:01:43.644Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:221a1b2d-36ca-4a62-a6e8-6fa4a47d8531;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-14T23:01:43.686Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:43.691Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:43.711Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:43.715Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:43.716Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7602b393']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:43.948Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists background_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: drop table if exists vet_visit_entity cascade
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-14T23:01:44.019Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:44.328Z INFO 102 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Started PetMediaFileTest in 1.118 seconds (process running for 24.858)
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-14T23:01:44.378Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-14T23:01:44.424Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota
Hibernate: select mfe1_0.id,mfe1_0.media_file_type,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,mfe1_0.url from media_file_entity mfe1_0 left join pet_entity p1_0 on p1_0.id=mfe1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join shelter_entity s2_0 on s2_0.id=mfe1_0.shelter_id where mfe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-14T23:01:44.470Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos
2026-05-14T23:01:44.472Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Finaliza proceso de consulta
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-14T23:01:44.510Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos
2026-05-14T23:01:44.511Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Finaliza proceso de consulta
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-14T23:01:44.551Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota
Hibernate: select pe1_0.id,pe1_0.age,pe1_0.arrive_to_shelter,pe1_0.arrive_to_shelter_date,pe1_0.breed,pe1_0.name,pe1_0.pet_state,pe1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,pe1_0.size,pe1_0.species,pe1_0.specific_requirements,pe1_0.temperament from pet_entity pe1_0 left join shelter_entity s1_0 on s1_0.id=pe1_0.shelter_id where pe1_0.id=?
Hibernate: delete from media_file_entity mfe1_0
Hibernate: delete from pet_entity pe1_0
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
Hibernate: insert into media_file_entity (media_file_type,pet_id,shelter_id,url,id) values (?,?,?,?,default)
2026-05-14T23:01:44.604Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota
2026-05-14T23:01:44.605Z INFO 102 --- [ main] c.e.u.m.p.services.PetMediaFileService : Termina proceso de asociacion de foto y mascota
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-05-14T23:01:44.618Z INFO 102 --- [ main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [co.edu.udistrital.mdp.pets.services.ClientServiceTest]: ClientServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-05-14T23:01:44.621Z INFO 102 --- [ main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration co.edu.udistrital.mdp.pets.MainApplication for test class co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:44.729Z INFO 102 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Starting MedicalEventTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:44.729Z INFO 102 --- [ main] c.e.u.m.pets.services.MedicalEventTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:44.801Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:44.823Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:44.839Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-14T23:01:44.851Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:9d120188-751d-4fed-bca0-db93259dc287;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-14T23:01:44.869Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:44.871Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:44.879Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:44.880Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:44.881Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@c6ad8e9']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:44.982Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists background_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: drop table if exists vet_visit_entity cascade
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-14T23:01:45.015Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:45.166Z INFO 102 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Started MedicalEventTest in 0.453 seconds (process running for 25.696)
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.195Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico
2026-05-14T23:01:45.199Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Proceso de borrado terminado
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.218Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.230Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
2026-05-14T23:01:45.230Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.243Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
2026-05-14T23:01:45.244Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : termina proceso de actualizacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.254Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.270Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.283Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.295Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
Hibernate: select mee1_0.id,mee1_0.date,mee1_0.description,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament from medical_event_entity mee1_0 left join pet_entity p1_0 on p1_0.id=mee1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id where mee1_0.id=?
Hibernate: delete from medical_event_entity mee1_0
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
2026-05-14T23:01:45.311Z INFO 102 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando creacion de evento medico
Hibernate: insert into medical_event_entity (date,description,pet_id,id) values (?,?,?,default)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-05-14T23:01:45.391Z INFO 102 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Starting ReturnPetServiceTest using Java 21.0.4 with PID 102 (started by root in /home/cecaduser/workspace/MP_202610_G81_E3_Back)
2026-05-14T23:01:45.392Z INFO 102 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-05-14T23:01:45.498Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-05-14T23:01:45.520Z INFO 102 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 16 JPA repository interfaces.
2026-05-14T23:01:45.537Z INFO 102 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-05-14T23:01:45.556Z INFO 102 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:7a9d3b6b-5111-4fae-a81b-4f2a586ca223;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-05-14T23:01:45.582Z INFO 102 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-05-14T23:01:45.584Z INFO 102 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-05-14T23:01:45.598Z INFO 102 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-05-14T23:01:45.601Z WARN 102 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2026-05-14T23:01:45.602Z INFO 102 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@707d6913']
Database driver: undefined/unknown
Database version: 2.3.232
Autocommit mode: undefined/unknown
Isolation level: undefined/unknown
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-05-14T23:01:45.849Z INFO 102 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
Hibernate: drop table if exists adoption_entity cascade
Hibernate: drop table if exists background_entity cascade
Hibernate: drop table if exists client_entity cascade
Hibernate: drop table if exists follow_up_entity cascade
Hibernate: drop table if exists media_file_entity cascade
Hibernate: drop table if exists medical_event_entity cascade
Hibernate: drop table if exists message_entity cascade
Hibernate: drop table if exists notification_entity cascade
Hibernate: drop table if exists pet_entity cascade
Hibernate: drop table if exists return_pet_entity cascade
Hibernate: drop table if exists shelter_entity cascade
Hibernate: drop table if exists shelter_event_entity cascade
Hibernate: drop table if exists vaccination_record_entity cascade
Hibernate: drop table if exists veterinary_entity cascade
Hibernate: drop table if exists vet_visit_entity cascade
Hibernate: create table adoption_entity (adoption_date date, trial_end_date date, trial_start_date date, adopter_id bigint, follow_up_id bigint unique, id bigint generated by default as identity, pet_id bigint, return_pet_id bigint unique, status enum ('CANCELLED','COMPLETED','IN_TRIAL','RETURNED'), primary key (id))
Hibernate: create table background_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table client_entity (has_children boolean, has_pets boolean, id bigint generated by default as identity, dtype varchar(31) not null, client_email varchar(255), client_name varchar(255), client_phone varchar(255), primary key (id))
Hibernate: create table follow_up_entity (visit_date date, id bigint generated by default as identity, pet_id bigint, veterinary_id bigint, observation varchar(255), primary key (id))
Hibernate: create table media_file_entity (media_file_type tinyint check (media_file_type between 0 and 1), id bigint generated by default as identity, pet_id bigint, shelter_id bigint, url varchar(255), primary key (id))
Hibernate: create table medical_event_entity (date date, id bigint generated by default as identity, pet_id bigint, description varchar(255), primary key (id))
Hibernate: create table message_entity (date date, client_id bigint, id bigint generated by default as identity, shelter_id bigint, author varchar(255), message_content varchar(255), primary key (id))
Hibernate: create table notification_entity (date date, client_id bigint, id bigint generated by default as identity, message varchar(255), primary key (id))
Hibernate: create table pet_entity (age integer, arrive_to_shelter_date date, id bigint generated by default as identity, shelter_id bigint, breed varchar(255), name varchar(255), sex varchar(255), size varchar(255), species varchar(255), specific_requirements varchar(255), temperament varchar(255), arrive_to_shelter enum ('BORN_IN_SHELTER','RESCUED'), pet_state enum ('ADOPTED','AVAILABLE','IN_TESTING','RETURNED'), primary key (id))
Hibernate: create table return_pet_entity (return_date date, adoption_id bigint unique, id bigint generated by default as identity, reason varchar(255), primary key (id))
Hibernate: create table shelter_entity (id bigint generated by default as identity, address varchar(255), city varchar(255), email varchar(255), image varchar(255), name varchar(255), primary key (id))
Hibernate: create table shelter_event_entity (date date, id bigint generated by default as identity, shelter_id bigint, description varchar(255), name varchar(255), primary key (id))
Hibernate: create table vaccination_record_entity (next_doses_date date, vaccine_date date, id bigint generated by default as identity, pet_id bigint, vaccine_name varchar(255), primary key (id))
Hibernate: create table veterinary_entity (id bigint generated by default as identity, shelter_id bigint, availability varchar(255), email varchar(255), name varchar(255), phone varchar(255), specialty varchar(255), primary key (id))
Hibernate: create table vet_visit_entity (visit_date date, follow_up_id bigint, id bigint generated by default as identity, description varchar(255), primary key (id))
Hibernate: alter table if exists adoption_entity add constraint FKe73q1o9amlmw2qgspf79wymtm foreign key (adopter_id) references client_entity
Hibernate: alter table if exists adoption_entity add constraint FK6b0yim31i4cfayuheryg6c704 foreign key (follow_up_id) references follow_up_entity
Hibernate: alter table if exists adoption_entity add constraint FKqmviggw0khaskxup4cg7bvqku foreign key (pet_id) references pet_entity
Hibernate: alter table if exists adoption_entity add constraint FKc6haa89nd01o45e8oia33wyn8 foreign key (return_pet_id) references return_pet_entity
Hibernate: alter table if exists background_entity add constraint FKa7wtmnegywgvl5hix979blkbf foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FKlf89waakjujrdvcqe5mmmqnow foreign key (pet_id) references pet_entity
Hibernate: alter table if exists follow_up_entity add constraint FK9g0yg2oveuqnu9g6sau1ci3af foreign key (veterinary_id) references veterinary_entity
Hibernate: alter table if exists media_file_entity add constraint FK6iu04sm8ob2xeypuqxaatfhao foreign key (pet_id) references pet_entity
Hibernate: alter table if exists media_file_entity add constraint FK37lcgiekyshu0xrdq79bt8gfu foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists medical_event_entity add constraint FK53hojifb3grtwi18aqa9l9cst foreign key (pet_id) references pet_entity
Hibernate: alter table if exists message_entity add constraint FKj4m4prvccjtg6b7s63ehlf5jv foreign key (client_id) references client_entity
Hibernate: alter table if exists message_entity add constraint FKc1jilfk3teueg8wfilq0u9h0y foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists notification_entity add constraint FKalpwlnfueai1hbi4gx8r9gnhc foreign key (client_id) references client_entity
Hibernate: alter table if exists pet_entity add constraint FK57h1lsq9l67lcsx43ftwwto1c foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists return_pet_entity add constraint FK2bm8a0bihjlbjvidy1jrvgdmq foreign key (adoption_id) references adoption_entity
Hibernate: alter table if exists shelter_event_entity add constraint FKjj4fox0olnc8o73kdgso782es foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vaccination_record_entity add constraint FKmgr6y74wfe15x04s9kwtod16f foreign key (pet_id) references pet_entity
Hibernate: alter table if exists veterinary_entity add constraint FKd1qsaqomotu0yhv9vbte606bo foreign key (shelter_id) references shelter_entity
Hibernate: alter table if exists vet_visit_entity add constraint FKorsaglrvs9kgq0njy6t1igpty foreign key (follow_up_id) references follow_up_entity
2026-05-14T23:01:45.920Z INFO 102 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-05-14T23:01:46.070Z INFO 102 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Started ReturnPetServiceTest in 0.735 seconds (process running for 26.599)
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:46.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:46.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:46.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:46.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:47.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:47.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:47.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:47.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:47.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.765Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.765Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:48.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:48.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:48.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:48.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:49.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:49.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:49.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:49.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:50.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:50.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:50.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: select rpe1_0.id,a1_0.id,a2_0.id,a2_0.client_email,a2_0.client_name,a2_0.client_phone,a2_0.has_children,a2_0.has_pets,a1_0.adoption_date,fu1_0.id,fu1_0.observation,p1_0.id,p1_0.age,p1_0.arrive_to_shelter,p1_0.arrive_to_shelter_date,p1_0.breed,p1_0.name,p1_0.pet_state,p1_0.sex,s1_0.id,s1_0.address,s1_0.city,s1_0.email,s1_0.image,s1_0.name,p1_0.size,p1_0.species,p1_0.specific_requirements,p1_0.temperament,v1_0.id,v1_0.availability,v1_0.email,v1_0.name,v1_0.phone,s2_0.id,s2_0.address,s2_0.city,s2_0.email,s2_0.image,s2_0.name,v1_0.specialty,fu1_0.visit_date,p2_0.id,p2_0.age,p2_0.arrive_to_shelter,p2_0.arrive_to_shelter_date,p2_0.breed,p2_0.name,p2_0.pet_state,p2_0.sex,s3_0.id,s3_0.address,s3_0.city,s3_0.email,s3_0.image,s3_0.name,p2_0.size,p2_0.species,p2_0.specific_requirements,p2_0.temperament,rp1_0.id,rp1_0.adoption_id,rp1_0.reason,rp1_0.return_date,a1_0.status,a1_0.trial_end_date,a1_0.trial_start_date,rpe1_0.reason,rpe1_0.return_date from return_pet_entity rpe1_0 left join adoption_entity a1_0 on a1_0.id=rpe1_0.adoption_id left join (select * from client_entity t where t.dtype='AdopterEntity') a2_0 on a2_0.id=a1_0.adopter_id left join follow_up_entity fu1_0 on fu1_0.id=a1_0.follow_up_id left join pet_entity p1_0 on p1_0.id=fu1_0.pet_id left join shelter_entity s1_0 on s1_0.id=p1_0.shelter_id left join veterinary_entity v1_0 on v1_0.id=fu1_0.veterinary_id left join shelter_entity s2_0 on s2_0.id=v1_0.shelter_id left join pet_entity p2_0 on p2_0.id=a1_0.pet_id left join shelter_entity s3_0 on s3_0.id=p2_0.shelter_id left join return_pet_entity rp1_0 on rp1_0.id=a1_0.return_pet_id where rpe1_0.id=?
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:50.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:50.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:51.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:51.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:51.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:51.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.569Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.569Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.587Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.587Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:52.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:52.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:52.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:52.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:53.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.425Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.425Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.829Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:53.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:53.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.051Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.051Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.080Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:54.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:54.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:54.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.663Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.791Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.819Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.819Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:54.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:54.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:54.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:54.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:55.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.050Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.050Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.053Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.124Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.124Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.186Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.186Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.196Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.196Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.202Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.202Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.291Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.291Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:55.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:55.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.385Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.385Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.392Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.392Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:55.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.433Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.433Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.455Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.455Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.456Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.456Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.459Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.459Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.504Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.504Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.514Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.514Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.523Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.523Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.541Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.541Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.554Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.554Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.614Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.615Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.615Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.620Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.620Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.638Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.638Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.663Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.664Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.664Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.675Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.675Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.686Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.686Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.731Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.731Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.738Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.738Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.740Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.740Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.745Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.780Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.780Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.781Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.781Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.846Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.846Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.856Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.856Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.885Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.885Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.895Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.895Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.905Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.905Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.914Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.914Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.929Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.929Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.946Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.946Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.950Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.950Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.953Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.953Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.955Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.955Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.994Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.994Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.996Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.996Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.997Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.997Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:55.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:55.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:55.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.003Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.003Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.004Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.004Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.034Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.034Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.075Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.075Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.115Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.115Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.146Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.146Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.147Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.147Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.194Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.194Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.249Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.249Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.250Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.250Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.274Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.281Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.281Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.330Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.330Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.338Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.341Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.341Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.383Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.383Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.391Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.391Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.401Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.409Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.409Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.416Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.416Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.439Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.439Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.443Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.443Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.451Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.451Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.452Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.452Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.453Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.453Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.454Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.454Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.457Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.457Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.467Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.467Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.472Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.472Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.477Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.477Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.485Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.485Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.487Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.487Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.492Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.492Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.494Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.494Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.497Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.497Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.498Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.498Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.512Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.512Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.513Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.513Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.515Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.515Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.525Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.525Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.527Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.527Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.532Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.532Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.539Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.539Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.546Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.546Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:56.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.561Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.561Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.562Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.562Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.564Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.564Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.570Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.570Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.572Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.572Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.574Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.574Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.579Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.579Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.594Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.594Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.601Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.601Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.603Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.603Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.609Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.609Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.610Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.610Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.619Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.619Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.625Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.625Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.628Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.628Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.630Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.630Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.635Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.635Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.639Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.639Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.640Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.640Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.641Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.641Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.642Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.642Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.648Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.648Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.653Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.653Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.656Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.656Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.666Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.666Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.667Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.667Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.682Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.682Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.690Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.690Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.691Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.691Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.698Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.698Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.705Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.705Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.711Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.711Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.714Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.714Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.715Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.715Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.724Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.724Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.752Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.752Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.754Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.754Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.756Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.756Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.762Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.762Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.763Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.763Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.764Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.764Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.766Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.766Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.767Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.767Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.768Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.768Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.769Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.769Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.770Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.770Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.771Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.771Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.772Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.772Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.789Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.789Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.793Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.793Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.799Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.799Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.808Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.808Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.812Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.812Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.816Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.816Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.818Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.818Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.826Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.826Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.827Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.827Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.828Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.828Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.837Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.837Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.839Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.839Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.848Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.848Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.854Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.854Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.859Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.859Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.864Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.864Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.867Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.867Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.874Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.874Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.875Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.875Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.877Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.877Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.884Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.884Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.886Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.886Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.897Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.897Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.902Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.902Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.904Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.904Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.907Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.907Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.918Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.922Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.922Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.924Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.924Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.926Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.926Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.930Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.930Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.933Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.933Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.937Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.937Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.938Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.938Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.939Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.939Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.940Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.940Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.947Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.947Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.948Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.948Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.949Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.949Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.951Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.951Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.952Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.952Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.954Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.954Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.964Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.964Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.966Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.966Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.979Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.979Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.987Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.987Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:56.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:56.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:56.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.012Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.012Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.020Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.020Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.027Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.027Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.039Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.039Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.043Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.043Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.060Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.060Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.062Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.062Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.080Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.083Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.083Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.091Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.091Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.098Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.098Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.099Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.099Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.107Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.107Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.108Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.108Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.122Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.122Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.123Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.123Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.131Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.131Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:57.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.138Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.138Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.155Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.155Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.163Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.163Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.165Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.165Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.171Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.171Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.173Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.173Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.178Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.193Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.193Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.195Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.195Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.197Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.197Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.198Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.198Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.199Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.199Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.200Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.200Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.201Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.201Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.203Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.203Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.204Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.204Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.205Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.205Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.206Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.206Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.207Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.207Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.208Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.208Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.210Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.210Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.211Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.211Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.212Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.212Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.213Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.213Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.214Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.214Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.215Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.215Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.217Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.217Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.220Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.220Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.225Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.225Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.226Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.226Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.228Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.228Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.229Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.229Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.231Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.236Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.236Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.237Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.237Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.245Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.245Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.246Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.246Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.247Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.247Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.248Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.248Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.251Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.251Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.254Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.254Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.259Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.259Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.260Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.260Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.261Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.261Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.264Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.264Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.269Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.269Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.270Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.270Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.279Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.279Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.280Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.280Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.283Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.283Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.290Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.290Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.293Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.293Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.300Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.300Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.308Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.308Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.316Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.316Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.318Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.318Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.320Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.327Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.327Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.335Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.335Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.340Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.340Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.342Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.342Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.343Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.343Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.352Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.352Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.353Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.360Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.360Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.364Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.364Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.365Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.365Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.369Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.369Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.376Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.376Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:57.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.395Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.395Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.401Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.402Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.402Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.415Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.417Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.417Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.418Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.418Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.419Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.419Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.420Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.420Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.421Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.421Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.422Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.422Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.423Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.423Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.424Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.424Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.426Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.426Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.427Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.427Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.428Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.428Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.429Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.429Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.430Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.430Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.431Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.431Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.432Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.432Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.434Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.434Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.435Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.435Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.436Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.436Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.437Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.437Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.438Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.438Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.440Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.440Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.441Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.441Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.442Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.442Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.444Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.444Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.445Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.445Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.446Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.446Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.447Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.447Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.448Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.448Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.449Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.449Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.450Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.450Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.458Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.458Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.460Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.460Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.461Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.461Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.462Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.462Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.463Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.463Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.464Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.464Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.465Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.465Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.466Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.466Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.468Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.468Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.469Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.469Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.470Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.470Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.471Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.471Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.473Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.473Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.474Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.474Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.475Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.475Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.476Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.476Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.478Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.478Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.479Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.479Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.480Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.480Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.481Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.481Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.482Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.482Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.483Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.483Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.484Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.484Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.486Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.486Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.488Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.488Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.489Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.489Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.490Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.490Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.491Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.491Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.493Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.493Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.495Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.495Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.496Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.496Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.499Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.499Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.500Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.500Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.501Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.501Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.502Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.502Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.503Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.503Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.505Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.505Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.506Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.506Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.507Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.507Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.508Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.508Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.509Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.509Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.510Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.510Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.511Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.511Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.516Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.516Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.517Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.517Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.518Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.518Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.519Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.519Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.520Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.520Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.521Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.521Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.522Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.522Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.524Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.524Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.526Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.526Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.528Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.528Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.529Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.529Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.530Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.530Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.531Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.531Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.533Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.533Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.534Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.534Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.535Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.535Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.536Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.536Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.537Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.537Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.538Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.538Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.540Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.540Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.542Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.542Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.543Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.543Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.544Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.544Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.545Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.545Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.547Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.547Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.548Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.548Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.549Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.549Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.550Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.550Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.551Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.551Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.552Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.552Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.553Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.553Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.555Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.555Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.556Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.556Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.557Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.557Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.558Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.558Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.559Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.559Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.560Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.560Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.563Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.563Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.565Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.565Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.566Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.566Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.567Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.567Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.568Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.568Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.571Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.571Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.573Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.573Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.575Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.575Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.576Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.576Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.577Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.577Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.578Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.578Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.580Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.580Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.581Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.581Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.582Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.582Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.583Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.583Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.584Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.584Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.585Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.585Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.586Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.586Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.588Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.588Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.589Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.589Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.590Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.590Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.591Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.591Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.592Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.592Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.593Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.593Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.595Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.595Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.596Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.596Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.597Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.597Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.598Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.598Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.599Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.599Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.600Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.600Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.602Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.602Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.604Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.604Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.605Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.605Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.606Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.606Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.607Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.607Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.608Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.608Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.611Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.611Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.612Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.612Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.613Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.613Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.614Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.616Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.616Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.617Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.617Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.618Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.618Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.621Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.621Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.622Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.622Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.623Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.623Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.624Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.624Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.626Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.626Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.627Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.627Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.629Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.629Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.631Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.631Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.632Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.632Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.633Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.633Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.634Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.634Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.636Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.636Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.637Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.637Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.643Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.643Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.644Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.644Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.645Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.645Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.646Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.646Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.647Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.647Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.649Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.649Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.650Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.650Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.651Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.651Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.652Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.652Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.654Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.654Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.655Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.655Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.657Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.657Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.658Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.658Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.659Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.659Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.660Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.660Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.661Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.661Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.662Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.662Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.665Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.665Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.668Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.668Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.669Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.669Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.670Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.670Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.671Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.671Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.672Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.672Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.673Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.673Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.674Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.674Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.676Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.676Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.677Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.677Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.678Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.678Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.679Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.679Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.680Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.680Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.681Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.681Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.683Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.683Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.684Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.684Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.685Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.685Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.687Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.687Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.688Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.688Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.689Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.689Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.692Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.692Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.693Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.693Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.694Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.694Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.695Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.695Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.696Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.696Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.697Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.697Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.699Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.699Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.700Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.700Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.701Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.701Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.702Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.702Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.703Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.703Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.704Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.704Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.706Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.706Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.707Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.707Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.708Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.708Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.709Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.709Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.710Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.710Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.712Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.712Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.713Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.713Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.716Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.716Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.717Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.717Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.718Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.718Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.719Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.719Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.720Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.720Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.721Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.721Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.722Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.722Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.723Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.723Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.725Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.725Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.726Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.726Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.727Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.727Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.728Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.728Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.729Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.729Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.730Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.730Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.732Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.732Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.733Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.733Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.734Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.734Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.735Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.735Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.736Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.736Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.737Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.737Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.739Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.739Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.741Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.741Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.742Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.742Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.743Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.743Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.744Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.744Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.745Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.746Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.746Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.747Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.747Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.748Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.748Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.749Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.749Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.750Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.750Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.751Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.751Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.753Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.753Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.755Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.755Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.757Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.757Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.758Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.758Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.759Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.759Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.760Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.760Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.761Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.761Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.773Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.773Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.774Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.774Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.775Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.775Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.776Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.776Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.777Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.777Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.778Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.778Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.779Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.779Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.782Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.782Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.783Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.783Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.784Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.784Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.785Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.785Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.786Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.786Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.787Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.787Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.788Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.788Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.790Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.790Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.791Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.792Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.792Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.794Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.794Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.795Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.795Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.796Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.796Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.797Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.797Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.798Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.798Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.800Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.800Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.801Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.801Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.802Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.802Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.803Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.803Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.804Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.804Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.805Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.805Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.806Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.806Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.807Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.807Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.809Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.809Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.810Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.810Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.811Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.811Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.813Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.813Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.814Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.814Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.815Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.815Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.817Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.817Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.820Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.820Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.821Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.821Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.822Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.822Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.823Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.823Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.824Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.824Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.825Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.825Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:57.829Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.830Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.830Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.831Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.831Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.832Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.832Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.833Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.833Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.834Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.834Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.835Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.835Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.836Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.836Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.838Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.838Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.840Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.840Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.841Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.841Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.842Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.842Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.843Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.843Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.844Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.844Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.845Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.845Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.847Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.847Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.849Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.849Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.850Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.850Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.851Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.851Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.852Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.852Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.853Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.853Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.855Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.855Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.857Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.857Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.858Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.858Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.860Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.860Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.861Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.861Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.862Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.862Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.863Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.863Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.865Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.865Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.866Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.866Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.868Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.868Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.869Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.869Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.870Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.870Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.871Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.871Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.872Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.872Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.873Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.873Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.876Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.876Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.878Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.878Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.879Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.879Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.880Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.880Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.881Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.881Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.882Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.882Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.883Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.883Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:57.887Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.887Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.888Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.888Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.889Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.889Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.890Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.890Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.891Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.891Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.892Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.892Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.893Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.893Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.894Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.894Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.896Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.896Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.898Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.898Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.899Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.899Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.900Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.900Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.901Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.901Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.903Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.903Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.906Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.906Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.908Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.908Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.909Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.909Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.910Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.910Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.911Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.911Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.912Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.912Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.913Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.913Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.915Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.915Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.916Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.916Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.917Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.917Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.918Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.919Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.919Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.920Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.920Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.921Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.921Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.923Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.923Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.925Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.925Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.927Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.927Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.928Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.928Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.931Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.931Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.932Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.932Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.934Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.934Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.935Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.935Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.936Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.936Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.941Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.941Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.942Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.942Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.943Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.943Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.944Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.944Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.945Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.945Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: delete from return_pet_entity rpe1_0
2026-05-14T23:01:57.956Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.956Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.957Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.957Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.958Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.958Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.959Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.959Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.960Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.960Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.961Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.961Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.962Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.962Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.963Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.963Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.965Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.965Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.967Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.967Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.968Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.968Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.969Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.969Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.970Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.970Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.971Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.971Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.972Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.972Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.973Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.973Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.974Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.974Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.975Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.975Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.976Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.976Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.977Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.977Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.978Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.978Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.980Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.980Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.981Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.981Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.982Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.982Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.983Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.983Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.984Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.984Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.985Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.985Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.986Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.986Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.988Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.988Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.989Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.989Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.990Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.990Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.991Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.991Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.992Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.992Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.993Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.993Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.995Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.995Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.998Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.998Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:57.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:57.999Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:57.999Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.000Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.000Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.001Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.001Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.002Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.002Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.005Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.005Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.006Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.006Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.007Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.007Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.008Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.008Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.009Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.009Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.010Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.010Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.011Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.011Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.013Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.013Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.014Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.014Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.015Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.015Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.016Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.016Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.017Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.017Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.018Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.018Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.019Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.019Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.021Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.021Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.022Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.022Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.023Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.023Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.024Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.024Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.025Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.025Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.026Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.026Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.028Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.028Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.029Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.029Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.030Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.030Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.031Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.031Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.032Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.032Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.033Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.033Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.035Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.035Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.036Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.036Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.037Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.037Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.038Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.038Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.040Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.040Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.041Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.041Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.042Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.042Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.044Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.044Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.045Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.045Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.046Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.046Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.047Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.047Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.048Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.048Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.049Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.049Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.052Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.052Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.053Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.054Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.054Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.055Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.055Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.056Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.056Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.057Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.057Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.058Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.058Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.059Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.059Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.061Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.061Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.063Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.063Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.064Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.064Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.065Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.065Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.066Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.066Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.067Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.067Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.068Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.068Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.069Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.069Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.070Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.070Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.071Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.071Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.072Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.072Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.073Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.073Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.074Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.074Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.076Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.076Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.077Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.077Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.078Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.078Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.079Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.079Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.081Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.081Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.082Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.082Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.084Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.084Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.085Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.085Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.086Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.086Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.087Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.087Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.088Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.088Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.089Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.089Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.090Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.090Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.092Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.092Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.093Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.093Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.094Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.094Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.095Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.095Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.096Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.096Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.097Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.097Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.100Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.100Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.101Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.101Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.102Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.102Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.103Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.103Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.104Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.104Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.105Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.105Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.106Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.106Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.109Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.109Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.110Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.110Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.111Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.111Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.112Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.112Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.113Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.113Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.114Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.114Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.116Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.116Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.117Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.117Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.118Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.118Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.119Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.119Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.120Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.120Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.121Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.121Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.125Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.125Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.126Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.126Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.127Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.127Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.128Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.128Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.129Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.129Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.130Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.130Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.132Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.132Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.133Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.133Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.134Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.134Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.135Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.135Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.136Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.136Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.137Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.137Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.139Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.139Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.140Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.140Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.141Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.141Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.142Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.142Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.143Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.143Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.144Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.144Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.145Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.145Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.148Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.148Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.149Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.149Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.150Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.150Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.151Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.151Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.152Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.152Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.153Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.153Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.154Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.154Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.156Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.156Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.157Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.157Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.158Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.158Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.159Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.159Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.160Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.160Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.161Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.161Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.162Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.162Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.164Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.164Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.166Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.166Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.167Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.167Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.168Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.168Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.169Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.169Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.170Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.170Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.172Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.172Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.174Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.174Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.175Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.175Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.176Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.176Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.177Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.177Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.178Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.179Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.179Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.180Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.180Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.181Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.181Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.182Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.182Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.183Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.183Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.184Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.184Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.185Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.185Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.187Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.187Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.188Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.188Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.189Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.189Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.190Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.190Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.191Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.191Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.192Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.192Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
Hibernate: insert into client_entity (client_email,client_name,client_phone,has_children,has_pets,dtype,id) values (?,?,?,?,?,'AdopterEntity',default)
Hibernate: insert into pet_entity (age,arrive_to_shelter,arrive_to_shelter_date,breed,name,pet_state,sex,shelter_id,size,species,specific_requirements,temperament,id) values (?,?,?,?,?,?,?,?,?,?,?,?,default)
Hibernate: insert into follow_up_entity (observation,pet_id,veterinary_id,visit_date,id) values (?,?,?,?,default)
2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.209Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.209Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.216Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.216Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.218Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.218Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.219Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.219Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.221Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.221Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.222Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.222Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.223Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.223Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.224Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.224Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.227Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.227Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.230Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.230Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.231Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.232Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.232Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.233Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.233Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.234Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.234Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.235Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.235Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.238Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.238Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.239Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.239Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.240Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.240Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.241Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.241Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.242Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.242Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.243Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.243Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.244Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.244Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.252Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.252Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.253Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.253Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.255Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.255Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.256Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.256Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.257Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.257Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.258Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.258Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.262Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.262Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.263Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.263Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.265Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.265Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.266Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.266Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.267Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.267Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.268Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.268Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.271Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.271Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.272Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.272Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.273Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.273Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.274Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.275Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.275Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.276Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.276Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.277Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.277Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.278Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.278Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into adoption_entity (adopter_id,adoption_date,follow_up_id,pet_id,return_pet_id,status,trial_end_date,trial_start_date,id) values (?,?,?,?,?,?,?,?,default)
2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.282Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.282Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.284Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.284Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.285Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.285Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.286Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.286Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.287Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.287Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.288Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.288Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.289Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.289Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.292Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.292Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.294Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.294Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.295Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.295Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.296Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.296Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.297Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.297Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.298Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.298Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.299Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.299Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.301Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.301Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.302Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.302Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.303Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.303Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.304Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.304Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.305Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.305Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.306Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.306Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.307Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.307Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.309Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.309Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.310Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.310Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.311Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.311Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.312Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.312Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.313Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.313Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.314Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.314Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.315Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.315Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.317Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.317Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.319Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.319Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.320Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.321Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.321Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.322Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.322Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.323Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.323Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.324Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.324Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.325Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.325Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.326Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.326Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.328Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.328Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.329Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.329Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.331Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.331Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.332Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.332Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.333Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.333Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.334Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.334Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.336Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.336Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.337Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.337Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.338Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.339Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.339Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.344Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.344Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.345Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.345Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.346Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.346Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.347Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.347Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.348Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.348Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.349Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.349Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.350Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.350Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.351Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.351Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.353Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.354Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.354Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.355Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.355Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.356Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.356Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.357Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.357Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.358Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.358Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.359Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.359Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.361Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.361Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.362Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.362Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.363Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.363Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.366Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.366Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.367Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.367Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.368Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.368Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.370Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.370Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.371Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.371Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.372Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.372Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.373Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.373Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.374Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.374Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.375Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.375Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.377Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.377Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.378Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.378Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.379Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.379Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.380Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.380Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.381Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.381Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.382Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.382Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.384Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.384Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.386Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.386Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.387Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.387Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.388Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.388Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.389Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.389Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.390Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.390Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.393Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.393Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.394Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.394Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.396Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.396Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.397Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.397Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.398Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.398Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.399Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.399Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.400Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.400Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.403Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.403Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.404Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.404Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.405Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.405Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.406Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.406Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.407Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.407Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.408Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.408Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.410Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.410Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.411Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.411Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.412Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.412Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.413Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.413Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdoptionEntity with arguments []. Returning null.
2026-05-14T23:01:58.414Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdopterEntity production detected. Resorting to uk.co.jemos.podam.api.NullExternalFactory external factory
2026-05-14T23:01:58.414Z WARN 102 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.AdopterEntity with arguments []. Returning null.
2026-05-14T23:01:58.415Z WARN 102 --- [ main] uk.co.jemos.podam.api.PodamFactoryImpl : Loop of depth 3 in class co.edu.udistrital.mdp.pets.entities.AdoptionEntity produ